/*
理念：
1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
 */
* {
    list-style: none;
    font-style: normal;
    border: 0;
    margin: 0;
    padding: 0;
}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */
{
    margin: 0;
    padding: 0;
    /* color: #666; */
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */
{
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */

/** 重置列表元素 **/
ul, ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
}

::-webkit-input-placeholder { /*Webkit browsers*/
    color: #999;
}

:-moz-placeholder { /*Mozilla Firefox 4 to 8*/
    color: #999;
}

::moz-placeholder { /*Mozilla Firefox 19+*/
    color: #999;
}

:-ms-input-placeholder { /*Internet Explorer 10+*/
    color: #999;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

select {
    outline: none;
    border: none;
}

input {
    outline: none;
    border: none;
}


select, select option {
    padding-left: 5px;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*一些全局默认样式*/

::-moz-selection {
    background: #b7b59b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b7b59b;
    color: #fff;
    text-shadow: none;
}

body {
    font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
    color: #3c3c3c;
    background: #fff;
    min-width: 1200px;
}

a {
    color: #333;
}

a:hover {
    color: #dc4146;
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.f-red {
    color: #ff5351 !important
}

.mr-10 {
    margin-right: 10px !important
}

.mt-50 {
    margin-top: 50px !important
}
.mt15 {
    margin-top: 15px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ofw,.oflow {
    overflow: hidden
}
.red {
    color: #F25165;
}
/*公共头部*/

.header-top-img {
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.header-top-img .header-top-pic {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.header-top-img .top-close {
    position: absolute;
    right: 10px;
    top: 23px;
    cursor: pointer;
}

.pub-top {
    height: 36px;
    background: #f8f8f8;
}

.pub-top .city {
    float: left;
    color: #333;
    line-height: 36px;
}

.pub-top .city img.location {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    float: left;
    margin-top: 3px;
}

.pub-top .city a {
    float: left;
    color: #666;
    font-size: 14px;
}

.pub-top .pub-city {
    float: left;
    position: relative;
    font-size: 14px;
}

.pub-top .pub-city .city-link {
    float: left;
    color: #ff5353;
}

.pub-top .pub-city .separator {
    margin: 0 14px;
    width: 1px;
    height: 12px;
    display: block;
    float: left;
    background: #ccc;
    margin-top: 12px;
}

.pub-top .returnhome {
    background: url(/assets/common/img/return.png) no-repeat;
    float: left;
    width: 14px;
    height: 12px;
    margin-top: 11px;
    margin-left: 24px;
}

.pub-top .city strong {
    float: left;
    margin-right: 5px;
    color: #dd4248;
}

.pub-top .city i {
    font-size: 16px;
    float: left;
    margin-top: 11px;
}

.pub-top .menu {
    float: right;
    margin-top: 10px
}

.pub-top .menu li {
    float: left;
    padding: 0 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    position: relative;
}

.pub-top .menu li:first-child {
    border-right: 1px solid #ccc;
}

.pub-top .menu li:last-of-type {
    border: 0;
    padding-right: 0;
}

.pub-top .menu li a {
    color: #999;
    font-size: 14px;
}

.pub-top .menu li a:hover, .pub-top .menu li a.active {
    color: #ff5353
}

.pub-top .menu li img.down {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    position: relative;
    top: 1px;
}

.pub-top .menu li .user-center {
    width: 130px;
    height: 128px;
    position: absolute;
    background: url("/assets/home/index/img/new/top_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    top: 21px;
    left: -22px;
    display: none;
}

.pub-top .menu li .user-center > div {
    width: 110px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding-left: 40px;
    box-sizing: border-box;
}

.pub-top .menu li .user-center .center-login:hover {
    background-color: #ED404D;
    background-image: url("/assets/home/index/img/new/center-login1.png");
}

.pub-top .menu li .user-center .center-login:hover a {
    color: #fff;
}

.pub-top .menu li .user-center .center-ruzhu:hover {
    background-color: #ED404D;
    background-image: url("/assets/home/index/img/new/center-rz1.png");
}

.pub-top .menu li .user-center .center-ruzhu:hover a {
    color: #fff;
}

.pub-top .menu li .user-center .center-login {
    margin-top: 22px;
    margin-bottom: 7px;
    background: url("/assets/home/index/img/new/center-login.png") no-repeat center left;
}

.pub-top .menu li .user-center .center-ruzhu {
    background: url("/assets/home/index/img/new/center-rz.png") no-repeat center left;
}

.pub-top .menu li .user-center .center-login img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pub-top .menu li .user-center .center-line {
    width: 110px;
    height: 0;
    border-bottom: 1px dashed #D9D9D9;
    margin: 0 auto 4px;
}

.pub-top .menu li .ewm-app {
    width: 140px;
    height: 174px;
    position: absolute;
    background: url("/assets/home/index/img/new/ewm-app.png") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    top: 21px;
    left: -22px;
    display: none;
}

.pub-top .menu li.app-show:hover .ewm-app {
    display: block;
}

.pub-top .menu li.app-show {
    height: 40px;
}

.pub-top .menu li.wx-show {
    height: 40px;
}

.pub-top .menu li .ewm-wx {
    width: 140px;
    height: 174px;
    position: absolute;
    background: url("/assets/home/index/img/new/ewm-wx.png") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    top: 21px;
    left: -22px;
    display: none;
}

.pub-top .menu li.wx-show:hover .ewm-wx {
    display: block;
}

.pub-top .menu li span.menu-telnum {
    color: #ED404D;
    position: relative;
    top: -8px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.pub-top .menu li.header-last-li {
    position: relative;
    top: -10px;
}

.pub-top .menu li.header-last-li img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
}


/**城市切换**/
.pub-top .home-city {
    z-index: 1000;
    display: none;
    border: 1px solid #eceaeb;
    width: 430px;
    position: absolute;
    left: -1px;
    top: 35px;
    background: #FFF;
}

.pub-top .home-city .tab-con-item {
    display: none
}

.pub-top .home-city .tab-nav {
    float: none;
    background: #f7f7f7;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px
}

.pub-top .home-city .tab-nav a {
    display: block;
    color: #3c3c3c;
    width: 16.6%;
    float: left;
    text-align: center
}

.pub-top .home-city .tab-nav a.current {
    border-bottom: 2px #dd0000 solid;
    color: #dd0000
}

.pub-top .tab-con-item a {
    color: #666;
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    line-height: 30px;
}

.pub-top .tab-con-item a:hover {
    color: #dd4248;
}

.pub-top .tab-con-item {
    padding: 0 20px;
    overflow: hidden;
    padding: 5px 0 5px 0
}

.pub-top .tab-con-item .city-more {
    color: #aaa
}

.pub-head-box {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 13;
}

.pub-head-empty {
    width: 100%;
    height: 80px;
    display: none;
}

.fixed_top {
    position: fixed;
    top: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    z-index: 11
}

.pub-head {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative
}

.pub-head img {
    width: 100%;
}

.logo {
    float: left;
    width: 175px;
    height: 60px;
    margin-top: 10px;
}


/*导航*/
.pub-head-nav {
    width: 950px;
    position: absolute;
    height: 80px;
    left: 250px;
}

.pub-head-nav .nav {
    overflow: hidden;
    height: 80px;
}

.pub-head-nav .nav li {
    float: left;
    height: 80px;
    overflow: hidden;
    margin-right: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.pub-head-nav .nav li a {
    display: block;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box
}

.pub-head-nav .nav li.on a {
    color: #ED404D;
}

.pub-head-nav .nav li:hover a {
    color: #ED404D;
    border-bottom: 3px solid #ED404D;
    font-weight: 500;
}

.pub-head-nav .nav li.active a {
    color: #ED404D;
    border-bottom: 3px solid #ED404D;
    font-weight: 500;
}

.pub-head-nav .nav li a i {
    font-size: 12px;
    line-height: 77px;
    float: right;
    margin-left: 5px;
}

.pub-head-nav .nav .search-box {
    position: absolute;
    right: 0;
    margin-top: 20px;
}
.pub-head-nav .search-box input {
    width: 255px;
    height: 40px;
    font-size: 14px;
    outline: none;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding-left: 10px;
    color: #333;
    position: relative;
}
.search-box .nav-search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    display: block;
}
.search-box .search-choose {
    display: none;
    cursor: pointer;
}
.search-box .search-choose .search-choose-html {
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
    border-right: none;
    display: none;
    position: relative;
}
.search-choose-html img {
    display: block;
    width: 8px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}
.search-box .search-choose ul {
    display: none;
    width: 100px;
    position: absolute;
    z-index: 999;
    border: 1px solid #E5E5E5;
    border-top: none;
    background: #fff;
    top: 60px;
    box-sizing: border-box;
}
.search-box .search-choose ul li {
    display: block;
    width: 100%;
    float: none;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    overflow: inherit;
    color: #333;
}
.search-box .search-choose ul li.search-current {
    color: #999;
}
.pub-nav-hover {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 4;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: none;
    transition: all 0.5s ease;
}

.pub-nav-hover div.active a {
    color: #ff5353;
}

.zxxgt-type-box1 {
    margin-right: 30px;
}

.pub-nav-hover .zxmt-nav .zxmt-nav-main {
    display: block;
    margin: 0 auto;
}

.zxmt-nav {
    width: 1200px;
    margin: 0 auto;
}

.zxgl-nav {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.more-nav {
    width: 1200px;
    margin: 0 0 0 24%;
    text-align: center;
}

.zxmt-nav div, .zxgl-nav div, .more-nav div {
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.zxmt-nav .zxmt-nav-main, .zxgl-nav .zxgl-nav-main, .more-nav .more-nav-main {
    height: 120px;
}

/*装修效果图 S*/
.zxmt-nav .zxmt-nav-main {
    width: 970px;
    overflow: hidden;
}

.zxxgt-box {
    height: 100%;
    max-width: 570px;
    box-sizing: border-box;
    padding: 20px 0;
    float: left;
    text-align: left;
}

.zxxgt-box .zxxgt-nav {
    overflow: hidden;
    margin-bottom: 10px;
}

.zxxgt-box .zxxgt-nav li {
    display: block;
    width: 75px;
    float: left;
    margin-right: 50px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.zxxgt-box .zxxgt-nav li:hover {
    color: #ED404D;
    font-weight: bold;
}

.zxxgt-box .zxxgt-nav li.active {
    color: #ED404D;
    font-weight: bold;
}

.jzxgt-box .jzxgt-left {
    width: 185px;
    text-align: left;
    padding-right: 30px;
}

.jzxgt-box .jzxgt-left li:nth-child(4), .jzxgt-box .jzxgt-left li:nth-child(9) {
    margin-right: 0;
}

.jzxgt-box .jzxgt-center {
    width: 175px;
    border-left: 1px dashed #D9D9D9;
    border-right: 1px dashed #D9D9D9;
    padding: 0 30px;
}

.jzxgt-box .jzxgt-center li:nth-child(3), .jzxgt-box .jzxgt-center li:nth-child(6) {
    margin-bottom: 0;
}

.jzxgt-box .jzxgt-right {
    width: 165px;
    text-align: center;
    padding-left: 30px;
}

.jzxgt-box .jzxgt-left, .jzxgt-box .jzxgt-center, .jzxgt-box .jzxgt-right {
    box-sizing: border-box;
    float: left;
}

.jzxgt-box ul li, .gzxgt-box ul li, .threexgt-box ul li {
    display: inline;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
    cursor: pointer;
}

.threexgt-box .threexgt-box-left {
    width: 150px;
    border-right: 1px dashed #D9D9D9;
    text-align: left;
}

.threexgt-box .threexgt-box-right {
    width: 140px;
    padding-left: 30px;
    text-align: left;
}

.zxmt-nav div.zxxgt-type-box2, .zxmt-nav div.zxxgt-type-box3 {
    display: none;
}


/*装修效果图 E*/


.daohxiugitem {
    width: 70px;
    height: 80px;
    margin: 20px 30px;
}

.daohxiugitem a span:first-child {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

.daohxiugitem a span:nth-child(2) {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
}

.daohxiugitem a span.zxlclogodh {
    background: url("/assets/home/index/img/new/gl-lc2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.zxjtlogodh {
    background: url("/assets/home/index/img/new/gl-jt2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.zxbklogodh {
    background: url("/assets/home/index/img/new/gl-bk2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.zxwdlogodh {
    background: url("/assets/home/index/img/new/gl-wd5.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.yhrjlogodh {
    background: url("/assets/home/index/img/new/gl-rj2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.kgjrlogodh {
    background: url("/assets/home/index/img/new/gl-jr2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.fastbjlogodh {
    background: url("/assets/home/index/img/new/more-bj2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.fuwubzlogodh {
    background: url("/assets/home/index/img/new/more-bz2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.jsqlogodh {
    background: url("/assets/home/index/img/new/more-js2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem a span.qiangsjlogodh {
    background: url("/assets/home/index/img/new/xgt-sj2.png") no-repeat;
    background-size: 100% 100%;
}
.daohxiugitem a span.zhengwuanli {
    background: url("/assets/home/index/img/new/zwal.png") no-repeat;
    background-size: 100% 100%;
}
.daohxiugitem a span.quanwulogodh {
    background: url("/assets/home/index/img/new/xgt-zxsj2.png") no-repeat;
    background-size: 100% 100%;
}

.daohxiugitem.active {
    background: #ED404D;
}

.zxmt-nav div.daohxiugitem:hover, .zxgl-nav div.daohxiugitem:hover, .more-nav div.daohxiugitem:hover {
    background: #ED404D;
}

.zxgl-nav div.daohxiugitem:hover span.zxlclogodh {
    background: url("/assets/home/index/img/new/gl-lc3.png") no-repeat;
    background-size: 100% 100%;
}

.zxgl-nav div.daohxiugitem:hover span.zxjtlogodh {
    background: url("/assets/home/index/img/new/gl-jt3.png") no-repeat;
    background-size: 100% 100%;
}

.zxgl-nav div.daohxiugitem:hover span.zxbklogodh {
    background: url("/assets/home/index/img/new/gl-bk3.png") no-repeat;
    background-size: 100% 100%;
}

.zxgl-nav div.daohxiugitem:hover span.zxwdlogodh {
    background: url("/assets/home/index/img/new/gl-wd6.png") no-repeat;
    background-size: 100% 100%;
}

.zxgl-nav div.daohxiugitem:hover span.yhrjlogodh {
    background: url("/assets/home/index/img/new/gl-rj3.png") no-repeat;
    background-size: 100% 100%;
}

.zxgl-nav div.daohxiugitem:hover span.kgjrlogodh {
    background: url("/assets/home/index/img/new/gl-jr3.png") no-repeat;
    background-size: 100% 100%;
}

.more-nav div.daohxiugitem:hover span.fastbjlogodh {
    background: url("/assets/home/index/img/new/more-bj3.png") no-repeat;
    background-size: 100% 100%;
}

.more-nav div.daohxiugitem:hover span.fuwubzlogodh {
    background: url("/assets/home/index/img/new/more-bz3.png") no-repeat;
    background-size: 100% 100%;
}

.more-nav div.daohxiugitem:hover span.jsqlogodh {
    background: url("/assets/home/index/img/new/more-js3.png") no-repeat;
    background-size: 100% 100%;
}

.zxmt-nav div.daohxiugitem:hover span.qiangsjlogodh {
    background: url("/assets/home/index/img/new/xgt-sj3.png") no-repeat;
    background-size: 100% 100%;
}

.zxmt-nav div.daohxiugitem:hover span.quanwulogodh {
    background: url("/assets/home/index/img/new/xgt-zxsj3.png") no-repeat;
    background-size: 100% 100%;
}
.zxmt-nav div.daohxiugitem:hover span.zhengwuanli {
    background: url("/assets/home/index/img/new/zwal2.png") no-repeat;
    background-size: 100% 100%;
}
.zxgl-nav div.daohxiugitem:hover span:nth-child(2) {
    color: #fff;
}

.more-nav div.daohxiugitem:hover span:nth-child(2) {
    color: #fff;
}

.zxmt-nav div.daohxiugitem:hover span:nth-child(2) {
    color: #fff;
}

/*搜索框*/
.pub-search {
    float: left;
    margin-left: 150px;
    margin-top: 28px;
    display: none;
}

.pub-search .search-nav {
    float: left;
    position: relative;
}

.pub-search a {
    float: left;
    margin-left: 20px;
    display: block;
    margin-top: 8px;
    color: #df4346
}

.pub-search .search-form {
    width: 455px;
}

.pub-search .search-input {
    float: left;
    height: 38px;
    width: 316px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 18px;
}

.pub-search .search-input input {
    font-size: 16px;
    margin-left: 6px;
    width: 282px;
    margin-top: 3px
}

.pub-search .search-input input::-webkit-input-placeholder {
    color: #999;
}

.pub-search .search-input input:-moz-placeholder {
    color: #999;
}

.pub-search .search-input input::-moz-placeholder {
    color: #999;
}

.pub-search .search-input input:-ms-input-placeholder {
    color: #999;
}

.pub-search .search-input button {
    width: 16px;
    height: 16px;
    background: url('/assets/common/pic/sousuo.png');
    border: none;
    outline: none;
    margin-top: 4px;
}

.pub-search .search-form .first-search {
    width: 120px;
    height: 24px;
    border-right: 1px solid #ccc;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    margin-top: 4px;
    font-size: 16px;
    float: left;
}

.pub-search .search-form .first-search i {
    margin-right: 20px;
    float: right;
    font-size: 13px;
    line-height: 22px;
}

.pub-search .search-close {
    margin-top: 10px;
    margin-left: 30px;
    float: left;
    cursor: pointer;
}

.pub-search .search-form ul {
    width: 120px;
    position: absolute;
    left: -13px;
    top: 52px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 2px 7px 0 #A0A0A0;
    overflow: hidden;
    display: none;
}

.pub-search .search-form ul li {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    margin: 20px 0;
    cursor: pointer;
}

.pub-search .search-form ul li:hover {
    color: #ff5353;
}

.validate .focus {
    border: 1px solid #DE4349 !important;
}

.validate .valdate-info {
    color: #DE4349 !important;
    font-size: 12px;
    padding: 2px;
}

.validate .box-line {
    margin-bottom: 30px;
}

.validate .height_auto {
    margin-bottom: 0 !important;
    height: 65px !important;
}


/*免责声明 S*/
.disclamer-line {
    color: #999;
    text-align: left;
    overflow: hidden;
    margin-bottom: 5px;
}

.no-margin {
    margin-top: 20px !important;
}

.disclamer-line span {
    font-size: 12px !important
}

.disclamer-line .disclamer-check {
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 2px;
    margin-top: 3px !important;
    margin-right: 5px !important;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.disclamer-line a {
    color: #1F80C7;
    border-bottom: 1px solid #1F80C7;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 17px;
}

.disclamer-line a span {
    left: -4px !important;
}

.disclamer-line span.disclamer-text {
    margin-right: 5px !important
}

.disclamer-line .disclamer-check i.fa-check {
    position: absolute;
    top: -1px;
    color: #1F80C7;
}

/*免责声明 E*/

/*友情链接 S*/
.new-friend {
    background: #fff;
    padding: 40px 0 25px;
    position: relative;
    z-index: 9;
}

.new-friend-style {
    overflow: hidden;
    margin-bottom: 22px;
}

.new-friend-style li {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 20px;
    background: #E6E6E6;
    color: #333;
    cursor: pointer;
}

.new-friend-style li:last-child {
    margin-right: 0;
}

.new-friend-style li.active {
    color: #fff;
    background: #333333;
}

.new-friend .friend-content {
    overflow: hidden;
}

.new-friend .friend-content a {
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.friend-box2, .friend-box3, .friend-box4, .friend-box5, .friend-box6, .friend-box7 {
    display: none;
}

/*友情链接 E*/
.bread {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}
/*面包屑 S*/
.new-bread {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.new-bread a {
    color: #999;
}

/*面包屑 E*/

/*底部齐装网 S*/
.info-message {
    width: 100%;
    height: 320px;
    background: url("//staticqn.qizuang.com/custom/20210706/FmdCj1Cu8oCAMGuRRLZmNnsa5BfF") no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.info-message .info-big-title {
    line-height: 60px;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.info-message .info-small-title {
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.info-message .info-descripiton ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
}

.info-message .info-descripiton ul li p:first-child {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 3px;
}

.info-message .info-descripiton ul li p:nth-child(2) {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.info-message .info-descripiton ul li p:nth-child(2) span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}

/*底部齐装网 E*/


/*发单成功弹窗模板 S*/
.order_success_new_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.order_success_new_mask .exit_btn_success {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/assets/home/index/img/new/close.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.order_success_new_mask .success {
    width: 420px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #FFFFFF;
    text-align: center;
}

.order_success_new_mask .success span {
    color: #ED404D;
    font-size: 14px;
}

.order_success_new_mask .success_exit {
    background: #ED404D;
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px auto;
    cursor: pointer;
}

/*发单成功弹窗模板 E*/
/*黄历发单成功弹窗样式 S*/
.win_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.win_box .win_box_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.win_box .win_box_content {
    position: absolute;
    width: 655px;
    height: 350px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.win_box .zb_box_in {
    width: 434px;
    height: 526px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 1px 1px 8px #888888;
    background: #fff;
}

.win_box .zb_box_title {
    position: relative;
    color: #666;
}

.win_box_close {
    background: url(/assets/common/img/global.png) no-repeat -7px -6px;
    width: 18px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    cursor: pointer;
}

/*黄历发单成功弹窗样式 E*/

/*分页 S*/
.pageContent {
    padding: 30px 20px;
}

.page {
    text-align: center;
    line-height: 28px;
    width: auto;
    max-width: 1210px;
    margin: 0 auto;
    font-size: 14px;
}

.page a, .page strong {
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-left: 0;
    color: #505050;
    padding: 0 12px;
    vertical-align: middle;
    margin-left: 0;
    box-shadow: none;
    border-radius: 0;
}

.page a:hover, .page a.current, .page strong {
    height: 30px;
    color: white !important;
    text-decoration: none;
    background: #FA6772;
    border: 1px solid #FA6772;
    box-sizing: border-box;
}

.page em {
    margin: 0 5px
}

.page .pageheader {
    font-size: 14px;
    margin-left: 5px;
}

.page a:first-child {
    border-left: 1px solid #d8d8d8;
}

.page a:nth-child(2) {
    border-left: 1px solid #d8d8d8;
}

/*分页 E*/

/*发单 S*/
.new_xsc_fadan {
    border: 1px solid #E7E7E7;
    background: #FAFAFC;
}

.new_xsc_fadan .new_fadan_box {
    background: url('../img/fadan_top_img.jpg') no-repeat;
    height: 125px;
    background-size: 100%;
    color: #ff5353;
    text-align: center;
}

.new_xsc_fadan .title_big {
    font-size: 20px;
    font-weight: bold;
    padding-top: 34px;
    text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
    -webkit-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
    -moz-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
    *filter: Glow(color=#fff, strength=3);
}

.new_xsc_fadan .title_small {
    font-size: 16px;
    padding-top: 14px;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}

.new_xsc_fadan .fadan_form {
    padding: 18px 11px 0px;
}

.new_xsc_fadan .input_line {
    height: 33px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
}

.new_xsc_fadan .input_line input {
    height: 30px;
    width: 100%;
    border: 1px solid #DDDDDD;
    outline: none;
    text-indent: 8px;
}

.new_xsc_fadan .input_line select {
    height: 30px;
    width: 45%;
    border: 1px solid #DDDDDD;
    outline: none;
}

.new_xsc_fadan .input_line button {
    background: #FF5353;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

.new_xsc_fadan .valdate-info {
    color: #ff5353;
    display: block;
}

.new_xsc_fadan .height_auto {
    height: auto !important;
}

.new_xsc_fadan .order-icon {
    position: absolute;
    right: 8px;
    top: 8px;
}

.new_xsc_fadan .valdatemsg {
    color: #ff5353;
    display: none;
    height: 30px;
}
/*发单 E*/

